Favorite AWS Cli command(s)

This will copy all the objects from one S3 bucket to another — aws s3 cp s3://bucket1 s3://bucket2  –recursive   –grants read=uri=http://acs.amazonaws.com/groups/global/AllUsers full=emailaddress=awsaccountemailaddress *if bucket2 is in a different AWS account, it will need a bucket policy allowing bucket1 user to write to it. This will list running instances’ instanceID, privateIP, and Tag=Name — aws ec2 … Continue reading Favorite AWS Cli command(s)